SelectColumn(String[]) Method
Selects the specified columns by column names.

C# Syntax

void SelectColumn( 
   params string[] columns
)

Parameters

columns
The names of the columns to select.